(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/gadtools.h>
#include <exec/ports.h>
#include <intuition/intuition.h>
struct IntuiMessage * GT_GetIMsg()
SYNOPSIS
struct MsgPort * intuiport

LOCATION
In GadToolsBase at offset 12
FUNCTION
You must use this function instead of exec.library/GetMsg() to get messages from a window, if you are using gadtools gadgets. After you are done with reading the message, you have to call GT_ReplyIMsg().

INPUTS
intuiport
UserPort of the window
RESULT
A pointer to a message or NULL, if there was no message or the messages had only a meaning to gadtools.

NOTES
EXAMPLE
BUGS
SEE ALSO
GT _ReplyIMsg(), exec.library/GetMsg()
INTERNALS
HISTORY
04.04.1997 ldp
Gadtools -> GadTools
25.03.1997 srittau
Initial revision